Advanced Architecting on AWS
Summary โข Certification Paths โข Exam Tips โข Key Takeaways
| Module | Key Takeaway |
|---|---|
| 0: Introduction | 3-day course preparing for SAP-C02 |
| 1: Review Concepts | 6 pillars of Well-Architected, design principles, global infra |
| 2: Multiple Accounts | Organizations + SCPs + RCPs + Control Tower for governance |
| 3: Hybrid Connectivity | DX for consistent performance, VPN for quick/encrypted, TGW for hub |
| 4: Specialized Infra | HPC (EFA + cluster), Dedicated Hosts (BYOL), Outposts (on-prem AWS) |
| 5: Connecting Networks | TGW advanced, PrivateLink (now cross-region!), Shared VPCs |
| Module | Key Takeaway |
|---|---|
| 6: Containers | ECS (simpler) vs. EKS (K8s standard). awsvpc for isolation. Fargate = serverless. |
| 7: CI/CD | CodePipeline orchestration. Blue/Green for safe deploys. StackSets for multi-account. |
| 8: High Availability | Route 53 failover + Global Accelerator. Shield Advanced for DDoS. WAF L7 rules. |
| 9: Securing Data | KMS envelope encryption. CloudHSM for full control. ACM auto-renew. Secrets Manager rotation. |
| Module | Key Takeaway |
|---|---|
| 10: Data Stores | S3 replication + Object Lock. Data lake (Glue + Athena). DynamoDB Global Tables. |
| 11: Migration | 7 Rs framework. MGN for servers. DMS + SCT for databases. DataSync for files. |
| 12: Cost | Savings Plans (flexible). Spot (fault-tolerant). Right-size with Compute Optimizer. |
| 13: Edge | CloudFront (OAC, behaviors). CF Functions vs. Lambda@Edge. Local Zones/Wavelength. |
Multi-Account
SCPs + RCPs + Control Tower
Networking
TGW hub + PrivateLink + DX
Containers
ECS/EKS + Fargate + awsvpc
Security
KMS envelope + CloudHSM + ACM
Migration
7 Rs + MGN + DMS/SCT
Cost
Savings Plans + Spot + Right-size
Q1: A company needs to share a Transit Gateway with 50 accounts in their Organization. What's the simplest approach?
A) Create TGW in each account B) Share via RAM with auto-accept C) VPC Peering D) PrivateLink
Q2: Which combination provides the MOST cost-effective compute for a stateless web application with variable traffic?
A) On-Demand only B) Reserved Instances + On-Demand C) Savings Plans (base) + Spot (scaling) + On-Demand (fallback) D) Spot only
๐๏ธ ๐
Congratulations!
You've completed Advanced Architecting on AWS.
Remember: Architecture is about trade-offs. There's rarely a single "right" answer โ but there's always a BEST answer for the given constraints.
Good luck on your SAP-C02 exam! ๐ฏ